lcDrwGetNextObject Home

Returns handle to an object that is placed after the specified object in the drawing.

 HANDLE lcDrwGetNextObject (
   HANDLE hDrw,
   HANDLE hObject
 );

Parameters
hDrw
  Handle to a drawing object.
hObject
  Handle to a named object.

Return Value

  Handle to the object that is placed after hObject in the the objects table (by type).
If there are no object after hObject, the function returns NULL.

See Also

  lcDrwGetFirstObject